.search-bar-container[data-v-2dc4eaa4] {
    display: flex;
    align-items: center;
    gap: 24px
}

.search[data-v-2dc4eaa4] {
    position: relative;
    display: flex;
    align-items: center
}

.search .search_icon[data-v-2dc4eaa4] {
    fill: #9e9e9e;
    position: absolute;
    left: 12px
}

.search input[data-v-2dc4eaa4] {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    height: 40px;
    padding-left: 44px;
    width: 236px;
    border-radius: 4px
}

.search input[data-v-2dc4eaa4]::placeholder {
    color: #848484;
    font-size: 14px;
    font-weight: 400
}

.search-container[data-v-2dc4eaa4] {
    position: absolute;
    background-color: #fff;
    top: 40px;
    width: 100%;
    z-index: 7;
    max-height: 200px;
    overflow: auto
}

.search-container div[data-v-2dc4eaa4] {
    padding: 5px 10px;
    cursor: pointer;
    transition: .2s
}

.search-container div[data-v-2dc4eaa4]:hover {
    background-color: #d5d5d5
}

.white-buttons[data-v-2dc4eaa4] {
    display: flex;
    gap: 24px
}

.white-buttons div[data-v-2dc4eaa4] {
    width: 56px;
    height: 40px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: all .2s ease
}

.white-buttons div[data-v-2dc4eaa4]:hover {
    border-color: #379cd6
}

.white-buttons div.active[data-v-2dc4eaa4] {
    border: 1px solid #379cd6;
    color: #379cd6;
    border-bottom: 2px solid #379cd6
}

.white-buttons.disabled[data-v-2dc4eaa4] {
    pointer-events: none;
    opacity: .6
}

.top[data-v-a4bf0b97] {
    background-color: #343434;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px
}

.top-left[data-v-a4bf0b97] {
    width: 100%
}

.flex-buttons[data-v-a4bf0b97] {
    display: flex;
    gap: 24px
}

.add-time[data-v-a4bf0b97] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 9px 32px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    max-width: 200px;
    fill: #000  
}

.menu-lines[data-v-a4bf0b97] {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 24px
}

.gray-button[data-v-a4bf0b97] {
    background-color: #fff;
    padding: 10.5px 12px;
    border-radius: 4px;
    border: 1px solid #dadada;
    color: #000;
    background-color: #E0F449;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    cursor: pointer;
    transition: all .2s ease;
    line-height: 17px
}

.gray-button[data-v-a4bf0b97]:hover {
        background-color: #E0F449;
    background-color: #F7FFB8;
}

.clear[data-v-a4bf0b97] {
    background-color: #fff;
    padding: 10.5px 12px;
    border-radius: 4px;
    border: 1px solid #dadada;
    color: #000;
    background-color: #E0F449;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease
}

.clear[data-v-a4bf0b97]:hover {
    color: #000;
    background-color: #F7FFB8;
}

.arrows[data-v-a4bf0b97] {
    display: flex;
    cursor: pointer;
    gap: 24px
}

.arrows div[data-v-a4bf0b97] {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.arrows div.date[data-v-a4bf0b97] {
    cursor: default;
    background-color: transparent;
    width: auto
}

.arrows div.arrow-left[data-v-a4bf0b97],
.arrows div.arrow-right[data-v-a4bf0b97] {
    transition: all .2s ease;
    background-color: #E0F449;
}

.arrows div.arrow-left svg[data-v-a4bf0b97],
.arrows div.arrow-right svg[data-v-a4bf0b97] {
    transition: all .2s ease
}

.arrows div.arrow-left[data-v-a4bf0b97]:hover,
.arrows div.arrow-right[data-v-a4bf0b97]:hover {
    border-color: #379cd6
}

.arrows div.arrow-left[data-v-a4bf0b97]:active,
.arrows div.arrow-right[data-v-a4bf0b97]:active {
    border-color: #379cd6;
    background-color: #379cd6
}

.arrows div.arrow-left:active svg[data-v-a4bf0b97],
.arrows div.arrow-right:active svg[data-v-a4bf0b97] {
    fill: #fff
}

.date[data-v-a4bf0b97] {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.dropdown[data-v-a4bf0b97] {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    background-color: #E0F449;
    padding: 10.5px 12px;
    border-radius: 4px;
    border: 1px solid #dadada;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-transform: capitalize;
    transition: all .2s ease;
    line-height: 17px
}

.dropdown[data-v-a4bf0b97]:hover {
    border-color: #E0F449
}

.dropdown .arrow-down[data-v-a4bf0b97] {
    transform: rotate(90deg);
    transition: all .2s ease;
    width: 4px;
    height: 8px
}

.options[data-v-a4bf0b97] {
    position: absolute;
    top: 40px;
    left: 0;
    background-color: #fff;
    border: 1px solid #dadada;
    width: 82.59px;
    border-radius: 4px
}

.options .option[data-v-a4bf0b97] {
    padding: 5px
}

.options .option[data-v-a4bf0b97]:hover {
    background-color: #343434
}

.total_time[data-v-a4bf0b97] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: 500
}

.loader[data-v-a4bf0b97] {
    border: 4px solid #E0F449;
    border-top: 4px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin-a4bf0b97 1s linear infinite
}

@keyframes spin-a4bf0b97 {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.flatpicker_inputs[data-v-77877f0e] {
    position: relative
}

.flatpicker_inputs input[data-v-77877f0e] {
    width: 100%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #aaa;
    color: #666;
    font-size: 12px;
    font-weight: 300;
    padding-left: 40px
}

.flatpicker_inputs svg[data-v-77877f0e] {
    position: absolute;
    left: 8px;
    bottom: 7px;
    fill: #666
}

.times[data-v-77877f0e] {
    display: flex;
    gap: 10px
}

.main[data-v-77877f0e] {
    width: calc(60% - 5px)
}

.total_time[data-v-77877f0e] {
    width: calc(40% - 5px)
}

.dialog-footer .flex-wrapper[data-v-77877f0e] {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.dialog-footer[data-v-8d698f6f] {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}